Click or drag to resize

HeaderSet Method (String, String)

Sets value of the specified header field.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Set(
	string headerKey,
	string value
)

Parameters

headerKey
Type: SystemString
A string represents header key.
value
Type: SystemString
A string represents header value.
See Also